'Usage Dim instance As CalcDegreesFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 1 item: angle.
Angle is the angle in radians that you want to convert.
Return Value
A System.Double value that indicates the evaluate result.